WinDbg Windows

WinDbg uses windows to present and enter information. These windows are like standard windows in other applications for Windows.

Window

Description

Calls

Displays the current call stack and lets you jump to any stack frame displayed.

Command

Allows you to enter debugger commands with the keyboard.

Disassembly

Assembly-language instructions being stepped through.

Floating point

Current contents of floating-point registers and stack.

Locals

Values of local variables within the current function.

Memory

Current contents of the application virtual memory.

Registers

Current contents of the CPU registers.

Watch

Used to monitor variables and expressions.